Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Item Property / Item(String[]) Property
An array of string values indicates the worksheet names.


In This Topic
    Item(String[]) Property
    In This Topic
    Gets the specified IWorksheet objects by the worksheet names.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal ParamArray names() As String _
    ) As IWorksheets
    'Usage
     
    
    Dim instance As IWorksheets
    Dim names() As String
    Dim value As IWorksheets
     
    value = instance.Item(names)
    IWorksheets Item( 
       params string[] names
    ) {get;}

    Parameters

    names
    An array of string values indicates the worksheet names.

    Property Value

    The Worksheet objects which has the specified names.
    See Also